This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Paul Desjipysterakol 23.Jan.04 05:45 PM a Web browser Domino DesignerAll ReleasesAll Platforms
I have a LotusScript agent which runs against selected documents in a view. The following lines execute after the documents have been modified and saved:
call view.Refresh
call workspace.ViewRefresh
After the agent runs, computed fields on any document do not show updated values assigned by the agent unless the document is edited and refreshed using the F9 key. The view in which the agent runs is set to refresh on 'Auto,after first use'. Is there any reason why the ViewRefresh method is not refreshing the computed fields while the agent runs?